Missing semicolon (;) at end of SQL statement. (Error 3137)

The SQL statement has additional invalid tokens following an SQL statement. For example, �SELECT col1 FROM table1 garbage� would return this error. �SELECT col1 FROM table1; garbage� would be valid.